#prueba {
    text-align: center;
    color: rgb(241, 10, 153);
  }

  * {
    text-align: justify;
  }

  body{
    background-color: rgb(181, 181, 241);
}

.ROCKSTAR{
    text-align: right;
    color: aqua;
}

h2.LAMENTO {
    text-align: center;
    color: rgb(255, 0, 0);
    
  }
  h2.grande {
    font-size: 300%;
  }

  h3,p {
    font-size: 120%;
    color: red;
  }